<access> element

The <access> element specifies access control information for a WML deck. You must specify this element within the deck header along with any meta information for the deck (for more information, see <head> element and <meta> element). Each deck can have only one <access> element. All WML decks are public by default.

Syntax

Attributes

 
domain The URL domain of other decks that can access cards in the deck. The default value is the domain of the current deck. 
path The URL root of other decks that can access cards in the deck. The default value is "/" (the root path of the current deck) which lets any deck within the specified domain access this deck.